Welcome![Sign In][Sign Up]
Location:
Search - linear code

Search list

[Other resourcematlab-code

Description: matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程 -Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process
Platform: | Size: 3102 | Author: 郑超 | Hits:

[Graph Recognizelinear-classification

Description: 模式识别源代码,自动和手动进行两类、三类识别-pattern recognition source code, automatic and manual for two, three types of identification
Platform: | Size: 256656 | Author: liu yang | Hits:

[Voice CompressPCMandLiner

Description: 单片机数字信号处理的必备工具--线性码与A律PCM编码转换的互相转换 -microcontroller and digital signal processing necessary tools -- A linear code and legal PCM coding conversion interchangeable
Platform: | Size: 1041 | Author: 李建南 | Hits:

[Other resourcenew-lms-arithmetic-simulation-code

Description: In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discrete-data linear filtering problem. Since that time, due in large part to advances in digital computing, the Kalman filter has been the subject of extensive research and application, particularly in the area of autonomous or assisted navigation.-In 1960, R. E. Kalman published his famous paper describ ing a recursive solution to the discrete-data l inear filtering problem. Since that time, due in large part to advances in digital computi Vi, the Kalman filter has been the subject of extens ive research and application. particularly in the area of autonomous or assis ted navigation.
Platform: | Size: 1418 | Author: 上将 | Hits:

[Special Effectscode

Description: 本函数包括三个例程 一个图像去噪(椒盐) 一个寻找图像中特定方向的直线 一个自己写的图像线形过滤-this function include a three routines image denoising (Impulse) looking for a specific image in the direction of a straight line since Image has written linear filter
Platform: | Size: 145408 | Author: guozhi | Hits:

[CA authcode

Description: 现行反馈移位寄存器算法.通过这个算法可以生成一些线性移位寄存器的输出序列-Current feedback shift register algorithm. With this algorithm can generate some of the output of linear shift register sequence
Platform: | Size: 4096 | Author: 猪华 | Hits:

[matlabsimulate

Description: 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redundancy Check CRC (Cyclic Redundancy Check) code is a linear code from the sub-branch from the main application is the binary code word. Coding is simple and very low probability of miscarriage of justice, in the communication system has been widely used. Cyclic redundancy check code is a block code in one important class of linear code, which not only has good in theory, algebraic structure, and its encoding and decoding of linear shift register can easily realize . CRC through analysis and simulation tool based on MATLAB, and fully proves that the CRC error detection ability of a strong, simple coding.
Platform: | Size: 7168 | Author: 王明 | Hits:

[matlab1

Description: 信息理论与编码——关于线性分组码编码与译码的matlab仿真程序-Information Theory and Coding- on the linear block code encoding and decoding matlab simulation program
Platform: | Size: 1024 | Author: 陈子飞 | Hits:

[matlaberrcodingctrl

Description: error coding ctrl matlab 程序 卷积码 线性码 RS码-error coding ctrl matlab program convolutional codes linear code RS code
Platform: | Size: 23552 | Author: kenny | Hits:

[JSP/Javalinear-program-java

Description: 线性规划中的单纯形法的java实现,代码有测试类,还有实现类-Linear programming simplex method in java, the code is a test class, as well as the implementation class
Platform: | Size: 3072 | Author: manqingli | Hits:

[Windows DevelopRANSAC.code.Ziv.Yaniv

Description: 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation. Of: Ziv Yaniv. Recommended reason 1: do not use any other library, eliminating the need for more of your burden. Such as solving linear equations, random number generator. Reason 2: The only pity is that his excessive use of algorithm C++ features such as vector, virtual function, design model. If you happen to be C++ expert, is that you read a good program. Reason 3: Details of the comments, there is a line for each comment line 2, easy to understand.
Platform: | Size: 18432 | Author: | Hits:

[VHDL-FPGA-Veriloglinear-code

Description: 线性分组码的matlab 源程序 线性分组码的verilog源程序-linear code matlab/verilog
Platform: | Size: 3072 | Author: 周天 | Hits:

[matlablinear-block-code

Description: 本程序可以正常下载,运行。线性分组码定义,对于长度为n的二进制分组码,可以表示成(n,k),通常用于前向纠错。在分组码中,监督位加到信息位之后,形成新码,在编码中,k个信息位,被编为n位长度,(n-k)个监督码的作用是实现检错和纠错。-linear block code
Platform: | Size: 6144 | Author: 宫月 | Hits:

[matlabAlgebraic-Eq-methods-code-(matlab)

Description: Numerical solution for solving algebraic linear equations.
Platform: | Size: 7168 | Author: milad | Hits:

[AI-NN-PRnonlinear-svm-code

Description: svm线性和非线性的处理源代码。加了很多说明,希望对你有帮助-SVM linear and nonlinear processing the source code. Add a lot of shows, the hope is helpful to you
Platform: | Size: 3072 | Author: xuezhuan | Hits:

[Speech/Voice recognition/combinevoice-recognition_matlab-code

Description: 读入语音文件,并对其做时域、频域的分析,提取相关特征参数。进行线性预测分析,得到LPC谱等线性预测参数,并做了基于预测误差的基音周期估计。-read .wav files,analysing them in time domain,frequency domain and extract some feature parameters related,then do linear prediction analysis ,and get LPC linear prediction parameters,and fundamental tone period was estimated based on prediction error。
Platform: | Size: 1608704 | Author: 张婷婷 | Hits:

[Special EffectssplitBregmanROF(Matlab-Code)(1)

Description: 这是TV模型最新的快速计算Matlab源代码,算法可以解决很多非线性扩散方程的计算。稳定性高,计算快。-This is the latest TV models fast calculation of Matlab source code, the algorithm can solve a lot of non-linear diffusion equation calculations. High stability, fast calculation.
Platform: | Size: 1772544 | Author: shaoguangpu | Hits:

[CSharpHuck-conversion-detect-linear-code

Description: Huck conversion detect linear code
Platform: | Size: 3072 | Author: 李鹏飞 | Hits:

[matlabAugmented lagrange code

Description: 各类关于优化的程序,拉格朗日乘子法,线性优化方法等(linear method,augmented Lagrange)
Platform: | Size: 9216 | Author: 小馒头99 | Hits:

[matlabStatistics Code by Matlab

Description: 包含一元线性回归分析、多元线性回归分析、逐步回归分析、非线性回归分析、主成分分析、因子分析、层次聚类分析、判别分析、自相关分析和自回归分析的全套Matlab源代码(MATLAB source code including linear regression analysis, multiple linear regression analysis, stepwise regression analysis, non-linear regression analysis, principal component analysis, factor analysis, hierarchical clustering analysis, discriminant analysis, autocorrelation analysis and autoregressive analysis)
Platform: | Size: 25600 | Author: bst100 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net